Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsites #181

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

alex-moreno
Copy link

No description provided.

@kyletaylored
Copy link
Contributor

I think we have some examples for this for WordPress also, but for a Drupal site, there's a new flag for installing a new site from existing config, which could be shipped from a custom upstream.

 --existing-config             Configuration from sync directory
                               should be imported during installation. Use
                               with Drupal 8.6+.

So we could write something like this on deploy_product:

passthru('drush site:install --existing-config');

For WordPress, we have a working example that uses a mix of commands, but would like to have a more consistent framework that doesn't involve storing a db in the upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants